Welcome![Sign In][Sign Up]
Location:
Search - ie 8

Search list

[Static controlsmsdemo_pb

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 pb-OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions pb
Platform: | Size: 1579473 | Author: 伟哥 | Hits:

[SDKCell 组件5.3.8.0620

Description:

演示地址:http://www.cellsoft.cc/Cell/Infor_List.asp?lx=Cell%B2%FA%C6%B7%D0%C5%CF%A2&id=18&title=在线演示 

Cell 组件、插件(ActiveX控件)是华表公司在长期开发实践的基础上推出的功能强大、技术成熟的报表二次开发工具,是国内技术领先拥有广泛客户群的商业报表组件,有700多个编程接口,实现报表自定义,报表显示、打印预览、打印,图表,公式,自定义函数、资源本地化等强大功能,能够完全读写Excel文件,是软件开发人员开发优秀报表软件的最佳解决方案!

Cell 组件是适用于Windows环境下各种开发工具(如VB, VC, Visual Foxpro, Delphi, C++ Builder, PowerBuilder, .NET)等,是软件开发人员开发优秀报表的好工具。

Cell 插件是用于开发B/S结构程序,使用Asp, Asp.net, Jsp, VbScript, JavaScript等语言开发,可以在浏览器中直接打印报表(非IE打印),带有国际化数字签名,让用户使用更方便,更安全。


Platform: | Size: 17701704 | Author: luoqiling | Hits:

[DocumentsWebBrowser的8个方法和13个属性

Description: WebBrowser的8个方法和13个属性,以及它们的功能: 方法 说明  GoBack 相当于IE的“后退”按钮,使你在当前历史列表中后退一项  GoForward 相当于IE的“前进”按钮,使你在当前历史列表中前进一项  GoHome 相当于IE的“主页”按钮,连接用户默认的主页  GoSearch 相当于IE的“搜索”按钮,连接用户默认的搜索页面  Navigate 连接到指定的URL  Refresh 刷新当前页面  Refresh2 同上,只是可以指定刷新级别,所指定的刷新级别的值来自RefreshConstants枚举表, 该表定义在ExDisp.h中,可以指定的不同值如下: REFRESH_NORMAL 执行简单的刷新,不将HTTP pragma: no-cache头发送给服务器 REFRESH_IFEXPIRED 只有在网页过期后才进行简单的刷新 REFRESH_CONTINUE 仅作内部使用。在MSDN里写着DO NOT USE! 请勿使用 REFRESH_COMPLETELY 将包含pragma: no-cache头的请求发送到服务器  Stop 相当于IE的“停止”按钮,停止当前页面及其内容的载入 属性 说明  Application 如果该对象有效,则返回掌管WebBrowser控件的应用程序实现的自动化对象(IDispatch)。如果在宿主对象中自动化对象无效,这个程序将返回WebBrowser 控件的自动化对象  Parent 返回WebBrowser控件的父自动化对象,通常是一个容器,例如是宿主或IE窗口  Container 返回WebBrowser控件容器的自动化对象。通常该值与Parent属性返回的值相同  Document 为活动的文档返回自动化对象。如果HTML当前正被显示在WebBrowser中,则 Document属性提供对DHTML Object Model的访问途径  TopLevelContainer 返回一个Boolean值,表明IE是否是WebBrowser控件顶层容器,是就返回true  Type 返回已被WebBrowser控件加载的对象的类型。例如:如果加载.doc文件,就会返 回Microsoft Word Document  Left 返回或设置WebBrowser控件窗口的内部左边与容器窗口左边的距离  Top 返回或设置WebBrowser控件窗口的内部左边与容器窗口顶边的距离  Width 返回或设置WebBrowser窗口的宽度,以像素为单位  Height 返回或设置WebBrowser窗口的高度,以像素为单位  LocationName 返回一个字符串,该字符串包含着WebBrowser当前显示的资源的名称,如果资源 是网页就是网页的标题;如果是文件或文件夹,就是文件或文件夹的名称  LocationURL 返回WebBrowser当前正在显示的资源的URL  Busy 返回一个Boolean值,说明WebBrowser当前是否正在加载URL,如果返回true 就可以使用stop方法来撤销正在执行的访问操作 如何利用 WebBrowser 控件,显示 .GIF 动画? 要有一定的网页知识(HTML、JavaScript、CSS) 注意细节: 没有"滚动条"和"鼠标右键弹出的 IE 上下文菜单",".HTM 源文件" ... 我写了一个,效果还真不错! ''Objects: Form1、Command1、CommonDialog1、WebBrowser1 Option Explicit Private Sub Command1_Click() CommonDialog1.ShowOpen If VBA.Len(VBA.Trim(CommonDialog1.FileN欢迎光临学网,点击这里查看更多文章教程 [1] [2] [3] [4] [5] [6] [7] [8] ame)) > 0 Then Dim p As stdole.StdPicture Dim sPath As String sPath = VBA.Trim(VBA.Trim(CommonDialog1.FileName)) Set p = VB.LoadPicture(sPath) WebBrowser1.Width = p.Width * 16 / 26 WebBrowser1.Height = p.Height * 16 / 26 '' WebBrowser1.Navigate "about:blank" WebBrowser1.Document.open WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "WebBrowser1.Document.writeln " WebBrowser1.Document.writeln "WebBrowser1.Document.writeln " " WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" End If End Sub Private Sub Form_Load() Command1.Caption = "&Open" WebBrowser1.Navigate "about:blank" WebBrowser1.Document.open WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "WebBrowser1.Document.writeln "" WebBrowser1.Document.writeln "" WebBrowser1.Document.Close End Sub
Platform: | Size: 3992 | Author: weidonglingsir@163.com | Hits:

[Booksinstallshield

Description: InstallShield简明使用教程[作者简介]: 丁有和,男,69年8月出生,江苏南京人,讲师,硕士,现执教于南京师范大学电气与电子工程学院。长期以年,作者一直尝试CAD、CAM、CAPP及CAI的研究和开发,在校学报及国内其它刊物上发表多篇文章,其中《UCDOS矢量汉字库的使用技术》发表在《微计算机应用》1997年第3期,《VC++控件的汉字及颜色的编程控制》发表在《计算机应用》1999年-InstallShield concise use course [ author introduces ]: Ding has with, male, 69 years in August is born, the Jiangsu Nanjing person, the lecturer, master, presently teaches to the Nanjing normal university electricity and the electronic engineering institute. By the year, the author continuously attempts CAD, CAM, CAPP and the CAI research and the development for a long time, publishes many articles in the school journal and the domestic other publications, "UCDOS Vector Chinese Fonts Use Technology" published in "Micro Computer Application" in 1997 the 3rd issue, "VC Controls a Chinese character And Color Programming Control" publishes in "Computer Application" in 1999
Platform: | Size: 3353600 | Author: 志中 | Hits:

[Windows Develop源代码-高源

Description: 包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 5 用过Flashget和网络蚂蚁的朋友应该知道在IE中右击右击菜单有使用(xxxxx)下载.本代码就实现此功能。可以获取在网页中选择的文本,链接 地址,图片. 6 引起轰动的源码,能在视窗里每一个窗口最小化按钮旁加一个新按钮,这个新按钮的功能是将窗口最小化到系统状态栏,强烈推荐!!! 7 一个系统程序,可以察看系统中当前窗口的局柄等信息,可以察看系统窗口,例如任务栏、开始按钮。可以通过鼠标移动察看光标位置下的 窗口的信息 8 通过Winsock实现的Web服务器程序,目前只支持html格式,如ASP,CGI等可能自己扩展,通过此程序可以学习掌握Winsock控件的使用,多用户的考虑 9 一个可以获得Windows可执行文件(Portable Executable File)的文件头信息的程序 10 可以放大部分图片, 象放大镜.-including 10 Source : Order a system tray (Hint/AB tray), the icon shows bubble boxes (Tool Tip) 2 floppy disk formatting code procedures 3 a virtual disk drive mapping for the four software can be the most "advanced" system information, such as the password caching system, PROXY setup, MAC used five Flashget and network ant friends should know that the IE right-click a right-click menu use (xxxxx). The code on the realization of this function. Can be obtained on the website, select the text link address, and pictures. 6 caused a stir source code, Windows Lane in every one of the smallest window button side a new button, This new button's function is to minimize the window to the system status bar, and strongly recommended! ! ! 7 a system procedures, the system can see the
Platform: | Size: 433152 | Author: 站长 | Hits:

[Static controlsmsdemo_pb

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 pb-OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions pb
Platform: | Size: 1579008 | Author: 伟哥 | Hits:

[Delphi/CppBuilderC++BuilderWeb

Description: 书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Platform: | Size: 1909760 | Author: 龙杨 | Hits:

[CSharpFobAddInForMsn

Description: 开发 MSN Messenger 插件 - Windows Live Messenger Add-ins 微软 Windows Live Messenger 8.0 开放了其 add-ins 开发接口,尽管功能有限,有些实验性质,但我们依然可以做很多事情。诸如自动回复、消息加密、MSN Mini 群等等。 运行/开发环境: 1. Windows Live Messenger 8.0 2. Microsoft .NET Framework 2.0 3. Visual Studio.NET 2005 (可选) 安装 Messenger 后(最好不要使用绿色版本,可能会出错。),你会在其安装目录(C:\Program Files\MSN Messenger)中找到一个名为 "MessengerClient.dll" 的文件,这就是我们需要的。创建一个 Class Library 项目,引用该文件,在VS2005解决方案资源管理器中双击该引用名称打开对象浏览器,你就能找到我们的目标——IMessengerAddIn。-MSN Messenger plugin development-Windows Live Messenge r Add-ins Microsoft Windows Live Messenger 8.0 of its add open- ins interface development, despite limited functions, some experimental in nature, but we can still do a lot of things. Such as automatic reply, message encryption, and so on MSN Mini group. Operation/Development Environment : 1. Windows Live Messenger 8.0 2. Microsoft.NET Framework 2.0 3. Visual Studio.NET 2005 (optional) Installation Messenger (the better not to use the green version may be wrong.) , You will, in its installation directory (C : \ Program Files \ MSN Messenger) to find a "Messe ngerClient.dll "document, this is what we need. Create a Class Library project, the paper quoted, In VS2005 resource management solutions for the double-click to open
Platform: | Size: 38912 | Author: 王恒健 | Hits:

[Multimedia programwangluozhibo

Description: 这个程序包里有3个部分:直播服务器,接收端插件,接收端例子。 直播服务器: 目录:rdV2Server 可执行文件:rdV2EDemo.exe 所需要文件:rdV2Encoder.dll 运行环境要求:windows, directx 9.0, USB摄像头,MIC 运行方法:先安装xvid编码器(XviD-1.0.1-05062004.exe), 运行rdV2EDemo.exe,点击CapComp按钮即可 服务器侦听端口号:9001 接收端插件: 插件文件名:rdV2NetSource.dll 注册方法:运行register.bat 运行环境要求:windows, directx 8.0以上 接收端1: 文件名:Windows Media Player 9.0 运行方法:先注册插件,安装xvid解码器(运行XviD-1.0.1-05062004.exe), 然后运行Windows Media Player,在"打开"菜单中选择 "打开URL",然后输入"rdv2://redcode.meibu.com:9001",然后按 "确定",即可看见图像 接收端2: 目录:ClientExample 执行文件名:PlayTheFile.exe 运行方法:先注册插件,安装xvid解码器(运行XviD-1.0.1-05062004.exe), 运行PlayTheFile.exe,即可看见图像 运行环境要求:windows, directx 8.0以上 -this procedure bundle of three parts : a live server, plug-in receiver, the receiver example. Broadcast server : Contents : rdV2Server executable files : rdV2EDemo.exe required documents : rdV2Encoder.dll operating environment requirements : windows, directx 9.0, USB camera, MIC operations : install xvid encoder (XviD- 1.0.1- 05062004.exe) Operation rdV2EDemo.exe Click CapComp button interception server port : Plug-9001 receiver : Plug-in File Name : rdV2NetSource.dll registration : Operation register.bat operating environment requirements : windows, directx 8.0 above a receiver : File name : Windows Media Player 9.0 operating methods : first registered plug-ins, Installation xvid decoder (Operating XviD- 1.0.1- 05062004.exe) then run Windows Media Player, in the "Open" menu,
Platform: | Size: 758784 | Author: cnbeta1985 | Hits:

[Firewall-SecurityKeepGreen

Description: 网络过滤软件。 1. 先进的网址识别过滤以及网页内容智能过滤技术,对浏览器进行实时监控。 2. 对搜索引擎的搜索进行及时的过滤,并以警告信息提示用户。 3. 将访问者以及访问网址的详细信息写入历史记录。 4. 网站锁定模式。该模式下只能访问事先设置好的网站,适合学校,家庭等场合使用。 5. 容错功能。对符合关键词却没有色情内容的正常网站进行容错。 6. 多机设置同步更新。 7. IE浏览器主页锁定和标题防改功能。 8. 可设置禁止在本机运行的程序、游戏等。-network filtering software. 1. Address Recognition advanced filtering and web content filtering smart technology, the browser for real-time monitoring. 2. Search for the search engine to make timely filters, and a warning message to prompt the user. 3. Visitors will visit the website and more information into the historical record. 4. Site locked mode. The mode can only prior visit to set up a good website for schools, families and other public events. 5. Fault tolerance. Keywords right with no pornographic content of the website normal fault tolerance. 6. Machines installed synchronous updates. 7. IE browser Home lock and functional title defense reform. 8. Can be set to prohibit the operation of the machine procedures games.
Platform: | Size: 9832448 | Author: sheriffyang | Hits:

[MultiLanguage4016

Description: 主要功能: 1. 多浏览器兼容,能够很好得兼容Mozilla,IE等浏览器 2. 功能强大的文章编辑器,同时兼容两种编辑方式,在线编辑器采用FckEditor. 3. PJBlog2采用的UBB编辑器由Blog作者独立开发,支持自定义面板和CSS,自带HTML转换UBB代码功能 4. 自定义模块,可以自己修改页面上的的布局,让不懂制作网页的用户也能自己增加和修改页面上的版块 5. Skin功能,随时可以给自己的Blog换上新的CSS样式界面 6. 自定义分类,可以同时定制外部连接分类和Blog内置分类,可以自定义分类显示的位置,由用户自己定义顶部导航条和侧边导航条 7. 权限分组,管理员还可以对每个分组成员指定上传文件的权限等等 8. Blog数据采用缓存方式保存,减轻服务器负担和增加运行速度 9. 用户密码用SHA1算法加密 2.7 build 05 修复说明: 修正2.7 Build04以前版本中存在的SQL注入漏洞,建议用户升级。用户名:admin 密码:admin-err
Platform: | Size: 345088 | Author: zxling | Hits:

[ISAPI-IEpyqtwebkit-sample.tar

Description: python + qtwebkit 调用javascript对网页进行操作。-python+ qtwebkit call the javascript on the page to operate.
Platform: | Size: 3072 | Author: guoquanling | Hits:

[OtherMicrosoftIECFunctionPointe

Description: Microsoft IE CFunctionPointer函数内存破坏漏洞,说明及源码-Microsoft IE CFunctionPointer
Platform: | Size: 3072 | Author: chengyx | Hits:

[Browser Client08

Description: 第8章 注册表 8.1 操作注册表 8.2 系 统 设 置 8.3 IE浏览器设置 8.4 应用软件设置 -Chapter 8 registry 8.1 registry operator 8.2 System Settings 8.3 IE browser settings 8.4 application software settings
Platform: | Size: 274432 | Author: cp | Hits:

[OtherIE8.0help

Description: IE 8.0中文帮助,入门知识+新增功能+错误处理-.
Platform: | Size: 550912 | Author: 陈心扉 | Hits:

[Special EffectsIR(IEEE)Part1

Description: 8篇经典的英文图像检索论文。都是在IEEE上下载的,每篇价值都在25美元左右。非常值得一看。-Eight classic English image retrieval papers. IEEE are downloaded, Each values are at 25 dollars. A must see.
Platform: | Size: 2607104 | Author: Bill | Hits:

[OS programie

Description: 抓取IE自动完成密码 适用环境: internet explorer 7.0 internet explorer 8.0-Crawl IE AutoComplete password for the environment: internet explorer 7.0 internet explorer 8.0
Platform: | Size: 3072 | Author: regdt32 | Hits:

[ExploitGet-IE-Password

Description: 得到IE网页中的用户名和星号密码. 不要做坏事哦.-Get ie6,7,8 username and * pws
Platform: | Size: 6144 | Author: 正浩 | Hits:

[Linux-UnixVMware-workstation-8.0_keygen

Description: vmware 8.0 的破解 只对8.0版本有效 其他的 就不知道了 自己看着办-vm ware work space 8.0 afd ahgf afj ajf ad faj a df a adf po p pj ie po y
Platform: | Size: 52224 | Author: 王晗 | Hits:

[OtherIE-proxy-setting

Description: IE代理设置工具,可以快速设置或关闭IE代理设置。-IE proxy settings tool, you can quickly set up or close the IE proxy settings.
Platform: | Size: 1024 | Author: Lin.Kenry | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net